OR gate

If any input on the OR gate is '1', the output will be '1'.

Truth table for a 2-input OR gate:

Input 1 Input 2 Output
0 0 0
0 1 1
1 0 1
1 1 1

See also: